home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / nshellmegasource1.50 / mega src / commands / head.π.rsrc / head.π.rsrc.rsrc / TEXT_16000_man general.txt next >
Encoding:
Text File  |  1994-12-27  |  414 b   |  24 lines

  1.  
  2. NAME
  3.  
  4. head - copy the first part of files
  5.  
  6. SYNOPSIS
  7.  
  8. head [-n number] [file1] [file2] . . . 
  9.  
  10. DESCRIPTION
  11.  
  12. The "head" command copies the first "n" lines of a file.  If no option is given, a default of ten lines are copied.
  13.  
  14. Note: "lines" are defined as carriage returns.  A line may wrap several times in your shell window, but still be counted as a single line.
  15.  
  16. RETURN CODES
  17.  
  18. <0    Error
  19. 0    Success
  20.  
  21. SEE ALSO
  22.  
  23. tail
  24.